From 145f1819b8e7bfa50ffcee39de450c1a230b04cc Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 2 May 2006 18:34:28 +0000 Subject: [PATCH] Handle nested li in ol or ul. That happens when someone use something like:
  1. foobar
  2. second
--- RELEASE-NOTES | 1 + includes/Sanitizer.php | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 36336d259b..42fecff837 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -185,6 +185,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Bidi-aid on list pages * (bug 5782) Allow entries in the bad image list to use canonical namespace names * (bug 5789) Treat "loginreqpagetext" as wikitext +* Sanitizer: now handles nested
  • in